2 ==============================================================================
4 This is an automatically generated file created by the Jucer!
6 Creation date: 1 May 2011 12:12:59pm
8 Be careful when adding custom code to these files, as only the code within
9 the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded
14 ------------------------------------------------------------------------------
16 The Jucer is part of the JUCE library - "Jules' Utility Class Extensions"
17 Copyright 2004-6 by Raw Material Software ltd.
19 ==============================================================================
22 #ifndef __JUCER_HEADER_MAINCOMPONENT_MAINCOMPONENT_5ACBBA44__
23 #define __JUCER_HEADER_MAINCOMPONENT_MAINCOMPONENT_5ACBBA44__
25 //[Headers] -- You can add your own extra header files here --
26 #include "../JuceLibraryCode/JuceHeader.h"
31 //==============================================================================
34 An auto-generated component, created by the Jucer.
36 Describe your class and how it works here!
39 class MainComponent
: public Component
,
43 //==============================================================================
47 //==============================================================================
48 //[UserMethods] -- You can add your own custom methods in this section.
51 void paint (Graphics
& g
);
53 void buttonClicked (Button
* buttonThatWasClicked
);
57 //==============================================================================
58 juce_UseDebuggingNewOperator
61 //[UserVariables] -- You can add your own custom variables in this section.
64 //==============================================================================
65 Label
* helloWorldLabel
;
66 TextButton
* quitButton
;
70 //==============================================================================
71 // (prevent copy constructor and operator= being generated..)
72 MainComponent (const MainComponent
&);
73 const MainComponent
& operator= (const MainComponent
&);
77 #endif // __JUCER_HEADER_MAINCOMPONENT_MAINCOMPONENT_5ACBBA44__